home *** CD-ROM | disk | FTP | other *** search
- /* DGADI.H
-
- Definitions specific to ADI Digitizer Drivers, and to the coordinating
- generic AutoCAD driver DGGEN
- */
-
- #define INTLEVEL 1 /* Interface version level */
-
- /* Commands passed to installed driver */
-
- #define INIT 1 /* Initialise */
- #define TERM 2 /* Terminate */
- #define SENSE 3 /* Return coordinates */
-
-